@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
  font-family: "Poppins", Sans-serif !important;
}

/* Replace .plugin-popup with your actual plugin form class or ID */
.plugin__modal {
  position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    background-color: white;
    padding-left: 300px !important;
    padding-top: 150px !important;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.plugin__modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 650px;
    border-radius: 10px;
    padding: 10px !important;
}
/* hero Section */

.hero {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:600px !important;
  padding:20px !important;
  background:linear-gradient(135deg, #003366, #ff4d4d);
  color:#fff;
  overflow:hidden;
  position:relative;
}

.planet {
    position: relative;
    display: flex;
    justify-content:center;
    align-items:center;
}

.home-image {
    display: block;
}

.hero-tagline {
    position: absolute;
    top: 80%;
   right:0px;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.5em;
    text-align: center;
}

.hero-content {
  max-width: 600px;
  margin-left: 50px !important;
  transform: translateY(20px);
  position:relative;
}

.hero-content h1 {
  font-size: 3rem !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.hero-content p {
  font-size: 1.2rem !important;
  margin-bottom: 30px !important;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  color: #fff !important;
  background: #ff4d4d !important;
  border: none !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.cta-button:hover {
  background: #ff6666;
  transform: translateY(-10px) !important;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
}

.hero-image {
  max-width: 500px;
  width: 100%;
  height: auto;
  opacity: 0 ; /* Hidden for animation */
  transform: translateX(20px) !important;
  border: 1px solid blue !important;
  border-radius: 20px !important;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://via.placeholder.com/1920x1080') center/cover no-repeat;
  z-index: -1;
  opacity: 0.3;
}
@media only screen and (max-width: 1200px) {
  .hero {
     
      padding: 0px !important;
      height:500px !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
      flex-direction: column !important;
      padding: 0px !important;
      padding-bottom:10px!important;
  }

  .hero-content {
      margin-bottom: 10px !important;  /* Reduce the bottom margin */
      opacity: 1 !important;
  }

  .hero-content h1 {
      font-size: 2.5rem !important;
       /* Reduce the bottom margin */
  }

  .hero-content p {
      font-size: 1rem !important;
     /* Adjusted margin */
  }

  .cta-button {
      font-size: 1rem !important;
      padding: 12px 25px !important;
  }

  .hero-image {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      opacity: 1 !important;
      transform: translateX(0) !important;
      order: -1 !important; /* Image will come above text */
        /* Added margin to reduce space between image and content */
  }

  .hero-background {
      opacity: 0.5 !important; /* Lighter background for mobile */
  }
}



/* hero Section End */

.header_c {
  color: #80fe02;
}

.button_c {
  color: #2f9609;
}

.footer_c {
  background-color: #828380;
}

.content_c {
  background-color: #313041;
}

#main {
  width: 100vw !important;
  height: auto !important;
}

#page1 {
  width: 100vw !important;
  height: 734px !important;
  overflow: hidden !important;
}
/* top number section */
#top_number {
  width: 100vw !important;
  height: 50px !important;
  background: linear-gradient(215deg, #003366 30%, #ff4d4d 60%);
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 20px !important;
}

#top_number_left {
  width: 70% !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

#top_number_left h1 {
  font-size: 14px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

#top_number_right {
  width: 30% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

#top_number_right a {
  font-weight: 600 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  padding: 8px 20px !important;
  background: transparent !important;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out !important;
}

#top_number_right a:hover {
  background: #ffffff !important;
  color: #ff4d4d !important;
  transform: scale(1.1) !important;
}

@media only screen and (max-width: 768px) {
    #page1 {
  width: 100vw !important;
  height: 863px !important;
  overflow: hidden !important;
}
  #top_number {
    flex-wrap: wrap !important;
    height: auto !important;
    padding: 10px !important;
  }

  #top_number_left {
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
  }

  #top_number_left h1 {
    font-size: 12px !important ;
  }

  #top_number_right {
    width: 100% !important;
    justify-content: center !important;
  }

  #top_number_right a {
    padding: 6px 15px !important;
    font-size: 12px !important;
  }
}

/* nav section */
nav {
  width: 100vw !important;
  height: 90px !important;
  background: #ffff;

}

.nav_wrapper {
  width: 100% !important;
  height: 100% !important;

}

.logo {
  width: 500px !important;
  height: 90px !important;
  margin-left: 60px !important;
  object-fit: cover !important;
  padding: 0px 0px !important;

}

 .nav-item {
  color: #ff4d4d !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.nav-item:hover .nav-link{
  color: red !important;
  transform: scale(1.2);
  transition: all 1s linear;
}

.dropbtn {
  color: #313041;
  font-size: 16px;
  font-weight: 600;
  border: none !important;
}

.dropdown {
  position: relative !important;
  display: inline-block !important;
  z-index: 999 !important;
}

.dropdown-content {
  display: none !important;
  position: absolute !important;

  background-color: #f1f1f1;
  min-width: 160px !important;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999 !important;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none !important;
  display: block !important;
}

.dropdown-content a:hover {
  background-color: #ddd !important;
}

.dropdown:hover .dropdown-content {
  display: block !important;
  z-index: 999 !important;
}

.dropdown:hover .dropbtn {}

@media only screen and (max-width: 600px) {
  .logo {
    width: 300px !important;
    height: 70px !important;
    object-fit: contain !important;
    margin: 0px 0px !important;
    padding: 5px 15px !important;
  }

  .navbar-toggler {
    margin-right: 10px !important;
  }
  .navbar-collapse{
    z-index: 999 !important;
  }
  .navbar-nav{
    background-color: #000000;
    z-index: 999 !important;
    position:relative !important;
    top:15px !important;
  }
  .navbar .navbar-nav .nav-item {
  
    font-weight: 600;
    font-size: 16px;
    text-align: center !important;
  
  }
  .nav-item a{
    color: #ffffff !important;
    padding: 10px 0px !important;
    z-index: 999 !important;
  }
  .dropdown-content {
    display: none !important;
    position: absolute !important;
    left:200px !important;
    background-color: #f1f1f1;
    min-width: 160px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
  }
  
  .dropdown-content a {
    color: black;
    background-color: #000000 !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd !important;
  }
  
  .dropdown:hover .dropdown-content {
    display: block !important;
    z-index: 999 !important;
  }
  
}


/* home page2 section */
#page2 {}

.page2_container {
  width: 100vw !important;
  height: 600px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.page2_container_l {
  width: 70vw !important;
}

.page2_container_r {
  width: 30vw !important;
}

.page2_container_r img {
  width: 30vw !important;
  height: 80vh !important;
  object-fit: contain !important;
  margin-left: -70px !important;

}

.page2_container_l h1 {
  font-size: 35px !important;
  font-weight: 600 !important;
  text-align: center !important;

  z-index: 1 !important;
}

.page2_container_l p {

  margin: 0px 10vw !important;
  font-size: 20px !important;
  text-align: justify !important;
  z-index: 9 !important;
}

.solid_button {
  margin-left: 140px !important;
  margin-top: 20px !important;
  font-weight: 600;
  color: #828380;
  --c: #ff4d4d;
  padding: 8px 25px !important;
  border-radius: 5px !important;
  background:
    conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, #ff4d4d 0) 0 var(--p, 0%),
    conic-gradient(from -135deg at 1.2em 50%, #0000 90deg, var(--c) 0) 100% var(--p, 0%);
  background-size: var(--s, 0%) 200%;
  background-repeat: no-repeat;
  transition: .4s ease-in, background-position 0s;
}

.solid_button:hover {
  --p: 100%;
  --s: calc(50% + .61em);
  /* it should be 0.6em(1.2em/2) but we use a litte bigger */
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1200px) {
.page2 {
  /*margin-top:-500px !important;*/
}
.page2_container {
 /*margin-top:-500px !important;*/
}
}
@media only screen and (max-width: 600px) {
  .page2_container {
    width: 100vw !important;
    height: 100vh !important;
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page2_container_l {
    width: 100vw !important;
    height: 50vh !important;
  }

  .page2_container_l h1 {
    font-size: 35px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0px 20px !important;
    margin-top: 30px !important;

  }

  .page2_container_l p {
    margin: 0px 20px !important;
    font-size: 18px !important;
    text-align: justify !important;
  }

  .page2_container_r {
    width: 100vw !important;
    height: 50vh !important;
    margin-top: 125px !important;
  }

  .page2_container_r img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin-left: 0px !important;
    padding: 0px 20px;


  }
}

/* Footer */
#main_footer {
  width: 100vw !important;
  height: 450px !important;
  background-color: #e9e9e92f !important;
  display: flex !important;
  justify-content: space-evenly !important;
  overflow: hidden !important;
}

.footer_box {
  width: 33vw !important;
  margin-top: 70px !important;
}

.footer-map {
  width: 300px !important;
  height: 400px !important;
  position:absolute !important;
  left:100px !important;
}

.footer_box img {
  width: 450px !important;
  height: 90px !important;
  object-fit: cover !important;
  padding: 0px !important;
}

.footer_detail {
  font-size: 18px !important;
  width: 70% !important;
  text-align: justify !important;
  margin-left: 30% !important;
  padding-top: 20px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.social_icon {
  width: 30vw !important;
  height: 250px !important;
  position: relative !important;
  top: -150px !important;
}

#mySidenav {
  height: 250px !important;
  display: flex !important;
  flex-direction: column !important;
  margin-top:150px !important;
}

#mySidenav a {
  text-align: end !important;
  position: relative !important;
  left: -135px !important;
  transition: 0.3s !important;
  padding: 10px 30px !important;
  width: 190px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0 25px 25px 0 !important;
}

#mySidenav a:hover {
  left: 0 !important;
}

#about {
  top: 0px !important;
  background-color: #4fcb5b !important;
}

#blog {
  top: 10px !important;
  background-color: #4867aa !important;
}

#projects {
  top: 20px !important;
  background-color: #657786 !important;
}

#contact {
  top: 30px !important;
  background-color: #ff0000 !important;
}

.footer_box h1 {
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.footer_h {
  padding-left: 130px !important;
}

.footer_h a {
  text-decoration: none !important;
  color: #000000 !important;
}

.footer_box h3 {
  color: #000000 !important;
  font-size: 18px !important;
  padding-top: 20px !important;
}

.footer_box h3 i {
  color: #2f9609 !important;
}

#main_phone_footer {
  display: none !important;
}

/* Footer Responsive */
@media only screen and (max-width: 768px) {
  #main_footer {
    flex-direction: column !important;
    height: auto !important;
    padding: 20px !important;
  }

  .footer_box {
    width: 100% !important;
    margin-top: 20px !important;
    text-align: center !important;
  }

  .footer_box img {
    width: 100% !important;
    height:auto !important;
  }
  
  .footer-map {
  width: 90% !important;
  height: auto!important;
  position:absolute !important;
  left:10px !important;
}

  .footer_detail {
    display: none !important;
    font-size: 16px !important;
    width: 90% !important;
    margin: 20px auto !important;
  }

  .social_icon {
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
  }

  #mySidenav {
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    top: 65px !important;
  }

  #mySidenav a {
    text-align: end !important;
    position: relative !important;
    left: -250px !important;
    transition: 0.3s !important;
    padding: 10px 30px !important;
    width: 190px !important;
    text-decoration: none !important;
    font-size: 18px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0 25px 25px 0 !important;
  }

  #mySidenav a:hover {
    left: -135px !important;
  }

  .footer_menues {
    position: relative !important;
  }
}

@media only screen and (max-width: 600px) {
  .new_menu {
    margin-top: -220px !important;
    margin-left: -30px !important;
  }

  .new_number {
    margin-left: -160px !important;
  }
}

/* Footer End */

/* Page3 Styling */
#page3 {
  background-color: #0000000e;
  padding: 50px 0px !important;
}

/* Product Section */

        /* Section Styling */
        #products {
          background: #f3f4f7 url("https://via.placeholder.com/1500x800/ffffff/cccccc?text=Professional+Background") no-repeat center !important;
          background-size: cover !important;
          padding: 70px 20px !important;
          text-align: center !important;
          position: relative !important;
      }
  
      #products::before {
          content: '' !important;
          position: absolute !important;
          top: 0 !important;
          left: 0 !important;
          right: 0 !important;
          bottom: 0 !important;
          background: rgba(0, 51, 102, 0.85) !important;
          z-index: 1 !important;
      }
  
      #products h1 {
          font-size: 2.8rem !important;
          color: #ffffff !important;
          margin-bottom: 30px !important;
          position: relative !important;
          z-index: 2 !important;
      }
  
      #products h1::after {
          content: '' !important;
          display: block !important;
          width: 100px !important;
          height: 4px !important;
          background-color: #ff4d4d !important;
          margin: 15px auto !important;
          border-radius: 2px !important;
      }
  
      /* Product Grid */
      .product-container {
          display: grid !important;
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
          gap: 30px !important;
          max-width: 1200px !important;
          margin: 0 auto !important;
          padding: 20px !important;
          position: relative !important;
          z-index: 2 !important;
      }
  
      /* Product Card */
      .product-card {
          background: #ffffff !important;
          border-radius: 10px !important;
          overflow: hidden !important;
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
          transform: translateY(0) !important;
          transition: transform 0.3s ease, box-shadow 0.3s ease !important;
      }
  
      .product-card:hover {
          transform: translateY(-10px) !important;
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2) !important;
      }
  
      .product-card img {
          width: 100% !important;
          height: 220px !important;
          object-fit: cover !important;
      }
  
      .product-content {
          padding: 20px !important;
          text-align: left !important;
      }
  
      .product-title {
          font-size: 1.5rem !important;
          font-weight: bold !important;
          color: #003366 !important;
          margin-bottom: 10px !important;
      }
  
      .product-description {
          font-size: 1rem !important;
          color: #666 !important;
          margin-bottom: 20px !important;
      }
  
      .product-button {
          display: inline-block !important;
          padding: 10px 25px !important;
          background: #ff4d4d !important;
          color: #ffffff !important;
          font-weight: 500 !important;
          text-transform: uppercase !important;
          border-radius: 5px !important;
          text-decoration: none !important;
          transition: background 0.3s ease, transform 0.2s ease !important;
      }
  
      .product-button:hover {
          background: #003366 !important;
          transform: translateY(-2px) !important;
      }
  
      /* Responsive Adjustments */
      @media (max-width: 768px) {
          #products h1 {
              font-size: 2rem !important;
          }
  
          .product-card img {
              height: 200px !important;
          }
      }
  
      @media (max-width: 576px) {
          #products h1 {
              font-size: 1.8rem !important;
          }
  
          .product-card img {
              height: 180px !important;
          }
      }
/* Product Section End */

/* new product card */
/* Container */
.glass-card-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  perspective: 1000px !important;
}

/* Glass Card */
.glass-card {
  position: relative !important;
  width: 360px !important;
  height: 500px !important;
  border-radius: 20px !important;
  background: #edf1f4 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  overflow: hidden !important;
  transform: rotateY(0deg) !important;
  transition: transform 0.6s ease, box-shadow 0.6s ease !important;
}

.glass-card:hover {
  transform: rotateY(10deg) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

/* Background Image */
.card-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.card-bg img {
  width: 100% !important;
  height: 250px !important;
  object-fit: contain !important;
  filter: blur(0px) !important;
  transform: scale(1.2) !important;
  opacity: 0.9 !important;
}

/* Content */
.glass-content {
  position: relative !important;
  top: 260px !important;
  z-index: 2 !important;
  padding: 20px !important;
  text-align: center !important;
}

.card-title {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}

.card-description {
  font-size: 1rem !important;
  color: #000000 !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}

/* Button */
.glass-button {
  padding: 10px 25px !important;
  border: none !important;
  border-radius: 25px !important;
  background: linear-gradient(135deg, #003366, #ee1c24) !important;
  color: #fff !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  font-weight: bold !important;
  box-shadow: 0 4px 15px rgba(255, 120, 170, 0.4) !important;
  transition: background 0.4s ease, transform 0.3s ease !important;
}

.glass-button:hover {
  background: linear-gradient(135deg, #ee1c24, #ee1c24) !important;
  transform: scale(1.1) !important;
}

/* new product card end */

.solid_buttonn {
  margin: 20px 10px !important;
  padding: 8px 25px !important;
  border-radius: 30px !important;
  font-weight: 600;
  color: #828380;
  --c: no-repeat conic-gradient(#ff4d4d 0 0);
  background:
    var(--c) calc(-101% + var(--p, 0%)) 100%,
    var(--c) calc(201% - var(--p, 0%)) 0;
  background-size: 50.1% var(--p, .08em);
  transition: .3s var(--t, 0s), background-position .3s calc(.3s - var(--t, 0s));
}

.solid_buttonn:hover {
  --p: 101%;
  --t: 0.3s;
  color: #fff;
}


/* Page4 Styling */
/* Section Styling */
#page4 {
  width: 100% !important;
  height: 400px !important;
  background: linear-gradient(90deg, rgba(0, 51, 102, 0.1), rgba(255, 255, 255, 0.1)) !important;
  padding: 60px 0 !important;
  overflow: hidden !important;
}

#page4 h1 {
  color: #003366 !important;
  font-size: 2.5rem !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

/* Red underline under heading */

.underlinee {
  width: 100px !important;
  height: 4px !important;
  background-color: #ff4d4d !important;
  margin: 20px auto !important;
}

/* Client Slider Styling */
.clint_slider {
  overflow: hidden;
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0;
}

.slider_wrapper {
  width: 100%;
  overflow: hidden;
}

.slider_track {
  display: flex;
  gap: 50px;
  width: max-content;
}

.slider_track img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border: 2px solid #003366;
  border-radius: 50%;
  padding: 5px;
  background-color: white;
  transition: transform 0.3s ease;
}

.slider_track img:hover {
  transform: scale(1.1);
}



/* Responsive Styling */
@media (min-width: 768px) and (max-width: 1200px) {
  #page4 {
  /*margin-top:-1250px !important;*/
}
}

@media only screen and (max-width: 768px) {
    #page4{
        /*height:600px !important;*/
    }
  #page4 h1 {
      font-size: 2rem !important;
  }

  .slider_wrapper img {
      width: 100px !important;
      height: 100px !important;
  }
}

@media only screen and (max-width: 576px) {
  .slider_wrapper img {
      width: 120px !important;
      height: 120px !important;
  }
}





/* WHY CHOOSE US */
.why-choose-us {
    position: relative !important;
    padding: 100px 100px !important;
    background: linear-gradient(135deg, #00396b, #00396b) !important;
    text-align: center !important;
    color: white !important;
    overflow: hidden !important;
}

/* SVG Wave Background */
.wave {
    position: absolute !important;
    top: -50px !important;
    left: 0 !important;
    width: 100% !important;
    height: 150px !important;
    background: url("https://www.svgrepo.com/show/333532/wave.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.why-choose-us h2 {
    font-size: 3rem !important;
    margin-bottom: 50px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

/* Cards Container */
.cards-containerrr {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.carddd {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    max-width: 350px !important;
    text-align: center !important;
    transition: all 0.4s ease-in-out !important;
    position: relative !important;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.carddd:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3) !important;
}

/* Card Icons */
.carddd .icon {
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    font-size: 2.8rem !important;
    color: white !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease-in-out !important;
}

.carddd .icon img {
    width: 80% !important;
    height: 80% !important;
}

.carddd:hover .icon {
    transform: rotate(20deg) scale(1.1) !important;
}

.carddd h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
    color: #25c0fd !important;
    font-weight: bold !important;
}

.carddd p {
    font-size: 1rem !important;
    text-align: justify !important;
    color: #f1f1f1 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.carddd .btn {
    display: inline-block !important;
    background: rgba(255, 204, 0, 0.9) !important;
    color: black !important;
    padding: 12px 22px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
}

.carddd .btn:hover {
    background: rgba(255, 99, 71, 0.9) !important;
    color: white !important;
}

.custom-shape-divider-top-1740212625 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1740212625 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 86px;
}

.custom-shape-divider-top-1740212625 .shape-fill {
    fill: #FFFFFF;
}

@media (max-width: 1024px) {
    .cards-container {
        flex-wrap: wrap !important;
        gap: 30px !important;
    }

    .card {
        max-width: 320px !important;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 80px 20px !important;
    }

    .why-choose-us h2 {
        font-size: 2.5rem !important;
    }

    .cards-container {
        flex-direction: column !important;
        align-items: center !important;
    }

    .carddd {
        max-width: 90% !important;
    }
}

@media (max-width: 480px) {
    .why-choose-us h2 {
        font-size: 2rem !important;
    }

    .carddd {
        padding: 40px !important;
    }
}

.custom-shape-divider-top-1740212978 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1740212978 svg {
    position: relative;
    display: block;
    width: calc(148% + 1.3px);
    height: 152px;
}

.custom-shape-divider-top-1740212978 .shape-fill {
    fill: #00396b;
}






        .feedback-section {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: space-around !important;
            align-items: center !important;
            /*padding: 40px !important;*/
            background-color: #1a1a1a !important;
            border-radius: 20px !important;
            /*box-shadow: 0 0 50px rgba(0, 255, 150, 0.3) !important;*/
            max-width: 1200px !important;
            width: 90% !important;
            margin: 20px auto !important;
        }

        .video-container {
            /*flex: 1 1 45% !important;*/
            width:100% !important;
            height: 400px !important;
            /*margin: 10px !important;*/
            position: relative !important;
            top:0px !important;
            left:0px !important;
            overflow: hidden !important;
            border-radius: 15px !important;
            border: 2px solid #003366 !important;
        }

        .video-container iframe {
            width: 100% !important;
            height: 400px !important;
            border: none !important;
            border-radius: 15px !important;
        }

     
        @media (max-width: 768px) {
            .video-container {
                flex: 1 1 100% !important;
            }

            .video-container iframe {
                height: 250px !important;
            }

            .feedback-section {
                padding: 20px !important;
            }
        }